Configurates
C1.Web.Mvc.MenuBase<T>.OpenOnHover. Gets or sets a value that determines whether the menu should open and close automatically when the mouse hovers over the items.
Syntax
'Declaration
Public Function OpenOnHover( _
ByVal As Boolean _
) As TBuilder
public TBuilder OpenOnHover(
bool
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also